Update dependency rubocop to v1.69.2#66
Merged
renovate[bot] merged 1 commit intomasterfrom Dec 12, 2024
Merged
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'1.69.1'->'1.69.2'Release Notes
rubocop/rubocop (rubocop)
v1.69.2Compare Source
Bug fixes
Style/MultipleComparisonwhen a variable is compared multiple times after a method call. ([@koic][])Bundler/DuplicatedGemcop error in case of empty branch. ([@viralpraxis][])Lint/UnescapedBracketInRegexpcop failure with invalid multibyte escape. ([@earlopain][])Style/FileNullwhen using'nul'string. ([@koic][])--disable-uncorrectableto not insert directives inside a string. ([@dvandersluis][])Layout/LineContinuationLeadingSpaceandStyle/StringLiteralsautocorrects in the same pass. ([@dvandersluis][])Style/BlockDelimitersto always accept braces when an operator method argument is chained. ([@dvandersluis][])Style/RedundantLineContinuationfalse negatives when a redundant continuation follows a required continuation. ([@dvandersluis][])Style/IfWithSemicolonwhen using multi value assignment inifwith a semicolon is used. ([@koic][])Layout/LineLengthcop failure in case of YARD-comment-like string. ([@viralpraxis][])Lint/NonAtomicFileOperationcop error in case of implicit receiver. ([@viralpraxis][])Metrics/ClassLengthcop error in case of chained assignments. ([@viralpraxis][])Naming/RescuedExceptionsVariableNamecop error when exception is assigned with writer method. ([@viralpraxis][])Style/RedundantLineContinuationwhen a method definition is used as an argument for a method call. ([@davidrunger][])Style/ExactRegexpMatchcop error on invalid regular expression literal. ([@viralpraxis][])Style/FrozenStringLiteralCommentfalse positive in case of non-downcased value literal. ([@viralpraxis][])Style/MethodCallWithoutArgsParenthesescop error in case of mass hash assignment. ([@viralpraxis][])Style/RedundantConditioncop failure in case of empty arguments. ([@viralpraxis][])Layout/ExtraSpacingandLayout/SpaceAroundOperatorsto handle preceding operators inside strings. ([@dvandersluis][])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.